ComponentOne Xamarin.Android
C1SelectManyCollectionView<S,T> Class
Members 


C1.CollectionView Assembly > C1.CollectionView Namespace : C1SelectManyCollectionView<S,T> Class
The type of the items in the source collection.
The type of the items in the collection view.
Collection which allows transforming the items through a select many clause.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class C1SelectManyCollectionView
    (Of S As Class,
     T As Class) 
   Inherits C1HierarchicalCollectionView(Of T)
   Implements ICollectionView(Of T), ISupportAsyncLoading(Of T), ISupportEditing, ISupportIncrementalLoading, ISupportSorting 
'Usage
 
Dim instance As C1SelectManyCollectionView(Of S,T)
[DefaultMember("Item")]
public class C1SelectManyCollectionView<S,T> : C1HierarchicalCollectionView<T>, ICollectionView<T>, ISupportAsyncLoading<T>, ISupportEditing, ISupportIncrementalLoading, ISupportSorting  
where S: class
where T: class
Type Parameters
S
The type of the items in the source collection.
T
The type of the items in the collection view.
Inheritance Hierarchy

System.Object
   C1.CollectionView.C1HierarchicalCollectionView<T>
      C1.CollectionView.C1SelectManyCollectionView<S,T>

See Also

Reference

C1SelectManyCollectionView<S,T> Members
C1.CollectionView Namespace